diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/project-vendors/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/project-vendors/page.tsx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/project-vendors/page.tsx b/app/[lng]/evcp/(evcp)/project-vendors/page.tsx index dcc66071..5841b2c5 100644 --- a/app/[lng]/evcp/(evcp)/project-vendors/page.tsx +++ b/app/[lng]/evcp/(evcp)/project-vendors/page.tsx @@ -8,7 +8,7 @@ import { Shell } from "@/components/shell" import { ProjectAVLTable } from "@/lib/project-avl/table/proejctAVL-table" import { getProjecTAVL } from "@/lib/project-avl/service" import { searchProjectAVLParamsCache } from "@/lib/project-avl/validations" - +import { InformationButton } from "@/components/information/information-button" interface IndexPageProps { searchParams: Promise<SearchParams> @@ -33,9 +33,12 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div className="flex items-center justify-between space-y-2"> <div> - <h2 className="text-2xl font-bold tracking-tight"> - 프로젝트 AVL 리스트 - </h2> + <div className="flex items-center gap-2"> + <h2 className="text-2xl font-bold tracking-tight"> + 프로젝트 AVL 리스트 + </h2> + <InformationButton pageCode="evcp/project-vendors" /> + </div> <p className="text-muted-foreground"> 프로젝트 PQ를 통과한 벤더의 리스트를 보여줍니다.{" "} {/* <span className="inline-flex items-center whitespace-nowrap"> |
